Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
| 1: |
|
f(x,y,z) |
→ g(x,y,z) |
| 2: |
|
g(0,1,x) |
→ f(x,x,x) |
|
There are 2 dependency pairs:
|
| 3: |
|
F(x,y,z) |
→ G(x,y,z) |
| 4: |
|
G(0,1,x) |
→ F(x,x,x) |
|
The approximated dependency graph contains one SCC:
{3,4}.
-
Consider the SCC {3,4}.
There are no usable rules.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006